i.MX28: Make use of the bounce buffer
authorMarek Vasut <[email protected]>
Thu, 15 Mar 2012 18:33:22 +0000 (18:33 +0000)
committerAlbert ARIBAUD <[email protected]>
Thu, 29 Mar 2012 05:56:53 +0000 (07:56 +0200)
This allows i.MX28 MMC host to fully utilize DMA transfers and caches, greatly
improving speed.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
include/configs/m28evk.h
include/configs/mx28evk.h

index 4b97c7140d061dccb7668417447f6aa63235ac24..8b83180da83224d3deef8f51cfd7dbcd52127e82 100644 (file)
  */
 #ifdef CONFIG_CMD_MMC
 #define        CONFIG_MMC
+#define        CONFIG_MMC_BOUNCE_BUFFER
 #define        CONFIG_GENERIC_MMC
 #define        CONFIG_MXS_MMC
 #endif
index 30814c6c0cbd72455d148ca2b24a94370e4f7404..cdcc6e0eab36fb72ced636621524200a74d49654 100644 (file)
 #ifdef CONFIG_CMD_MMC
 #define CONFIG_MMC
 #define CONFIG_GENERIC_MMC
+#define CONFIG_MMC_BOUNCE_BUFFER
 #define CONFIG_MXS_MMC
 #endif